projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d3c0d1
)
fix comp-limplify-block for wrong cl func usage
author
Andrea Corallo
<akrl@sdf.org>
Thu, 24 Oct 2019 13:03:03 +0000
(15:03 +0200)
committer
Andrea Corallo
<akrl@sdf.org>
Wed, 1 Jan 2020 10:37:58 +0000
(11:37 +0100)
lisp/emacs-lisp/comp.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/comp.el
b/lisp/emacs-lisp/comp.el
index d9b0c184625b8c9cd42b6b7197aef0e72cd59eef..cf779179d709293b7fac63926b035778090a35b8 100644
(file)
--- a/
lisp/emacs-lisp/comp.el
+++ b/
lisp/emacs-lisp/comp.el
@@
-1092,7
+1092,7
@@
The block name is returned."
(when (and fall-through
(not (comp-block-closed bb)))
(comp-emit `(jump ,next-bb))))
- (return)))
+ (
cl-
return)))
until (comp-lap-eob-p inst)))
(defun comp-limplify-function (func)